set correct float abi settings for armel and armhf
authorPeter Michael Green <plugwash@debian.org>
Mon, 31 Jul 2023 20:16:10 +0000 (21:16 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 31 Jul 2023 20:16:10 +0000 (21:16 +0100)
commit849ef2fc5ff90a1456ffc136fd028f3e108ea72d
tree59e39daf518479236cf57953ecccd410b4b3d2c9
parent448f4d29f43eb8ccc0bda74510f37dfd8d4bd9d2
set correct float abi settings for armel and armhf

debian armel supports systems that don't have a fpu so should use a "float abi"
setting of soft by default.

Debian armhf needs a float abi setting of "hard"

Gbp-Pq: Name 26-set-correct-float-abi.diff
clang/lib/Driver/ToolChains/Arch/ARM.cpp